crypto/tls.quicState.blockedc (field)
8 uses
crypto/tls (current package)
conn.go#L1588: close(c.quic.blockedc)
quic.go#L126: blockedc chan struct{} // handshake is waiting for data, closed when done
quic.go#L157: blockedc: make(chan struct{}),
quic.go#L178: if _, ok := <-q.conn.quic.blockedc; !ok {
quic.go#L210: for range q.conn.quic.blockedc {
quic.go#L225: _, ok := <-c.quic.blockedc
quic.go#L294: <-q.conn.quic.blockedc
quic.go#L406: case c.quic.blockedc <- struct{}{}:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |